update Gemfile to include therubyracer gem

Umar M. Sheikh 11 年之前
父節點
當前提交
6984973267
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 2 0
      Gemfile
  2. 6 0
      Gemfile.lock

+ 2 - 0
Gemfile

@@ -37,6 +37,8 @@ gem 'twitter-stream', '>=0.1.16'
37 37
 gem 'em-http-request'
38 38
 gem 'weibo_2'
39 39
 
40
+gem 'therubyracer'
41
+
40 42
 platforms :ruby_18 do
41 43
   gem 'system_timer'
42 44
   gem 'fastercsv'

+ 6 - 0
Gemfile.lock

@@ -118,6 +118,7 @@ GEM
118 118
       actionpack (>= 3.0.0)
119 119
       activesupport (>= 3.0.0)
120 120
     kramdown (1.1.0)
121
+    libv8 (3.16.14.3)
121 122
     mail (2.5.4)
122 123
       mime-types (~> 1.16)
123 124
       treetop (~> 1.4.8)
@@ -168,6 +169,7 @@ GEM
168 169
     rake (10.1.0)
169 170
     rdoc (3.12.2)
170 171
       json (~> 1.4)
172
+    ref (1.0.5)
171 173
     rest-client (1.6.7)
172 174
       mime-types (>= 1.16)
173 175
     rr (1.1.2)
@@ -218,6 +220,9 @@ GEM
218 220
     system_timer (1.2.4)
219 221
     term-ansicolor (1.2.2)
220 222
       tins (~> 0.8)
223
+    therubyracer (0.12.0)
224
+      libv8 (~> 3.16.14.0)
225
+      ref
221 226
     thor (0.18.1)
222 227
     tilt (1.4.1)
223 228
     tins (0.13.1)
@@ -292,6 +297,7 @@ DEPENDENCIES
292 297
   select2-rails
293 298
   shoulda-matchers
294 299
   system_timer
300
+  therubyracer
295 301
   twilio-ruby
296 302
   twitter
297 303
   twitter-stream (>= 0.1.16)